Data Cache and Data Series Methods

Description

UX component methods for reading and refreshing the Client-side Data Cache and Data Series.

Methods

getFromDataCache Method

Reads an item in the client-side data cache. Makes an ajax callback to the server to download the data if it isn't already in the cache.

readDataCacheItems Method

Reads multiple data items, then calls the onComplete event. Contrast with .getFromDataCache() which reads a single item.

refreshDataCacheItem Method

Refreshes the data in one or more client-side data cache items.

refreshDataSeries Method

Refreshes one or more data series.